From: Claudio Cambra Date: Thu, 28 Nov 2024 09:35:34 +0000 (+0800) Subject: Remove unneeded take from systray X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~173^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=00b616ba9d92a492b0c4e5101b58fff6506591ef;p=nextcloud-desktop.git Remove unneeded take from systray Signed-off-by: Claudio Cambra --- diff --git a/src/gui/systray.cpp b/src/gui/systray.cpp index 85fee594c..8074a4b79 100644 --- a/src/gui/systray.cpp +++ b/src/gui/systray.cpp @@ -314,7 +314,6 @@ void Systray::createResolveConflictsDialog(const OCC::ActivityList &allConflicts dialogWindow->show(); dialogWindow->raise(); dialogWindow->requestActivate(); - dialog.take(); } bool Systray::raiseDialogs()